home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Sample Controls / BDiamond / BDUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-20  |  461 b   |  16 lines  |  [TEXT/CWIE]

  1. #ifndef _BDUtils_
  2. #define _BDUtils_
  3.  
  4. #include "BDConsts.h"
  5.  
  6. ///////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Prototyes for global functions
  9. //
  10.  
  11. extern void GetObjectName (IUnknown* source, char * name);
  12. extern void GetObjectID (IUnknown* source, char * id);
  13. extern Boolean LoadPropertyString (IPropertyBag *pPropertyBag, char * propertyName, char * propertyValue, long maxLength, IErrorLog *pErrorLog);
  14.  
  15. #endif // _BDUtils_
  16.